Class DHCPv6ClientProcessImpl

All Implemented Interfaces:
IPCObject, DHCPv6ClientProcess, Process

public class DHCPv6ClientProcessImpl extends ProcessImpl implements DHCPv6ClientProcess
Information provided by the PKI file:

    \class Dhcpv6ClientProcess
    
    \brief Dhcpv6ClientProcess handles the DHCPv6 client process.
    
    \example network().getDevice("Router0").getProcess("Dhcpv6ClientProcess")
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • enableDhcpClient

      public void enableDhcpClient(DHCPv6ClientEnabled enable, String portName, String prefixName)
      Information provided by the PKI file:
      
          \brief Enable Dhcp Client process
          
          \param enable, Dhcpv6::EDhcpv6ClientEnabled
          eClientEnabled_No = 0,
          eClientEnabled_ViaDhcp = 1,
          eClientEnabled_ViaNd = 2
          
          \param portName, port name
          
          \param prefixName, prefix name
          
              
      Specified by:
      enableDhcpClient in interface DHCPv6ClientProcess
      Parameters:
      enable - Takes in a parameter of enable
      portName - Takes in a parameter of portName
      prefixName - Takes in a parameter of prefixName
    • isDhcpClientEnabled

      public boolean isDhcpClientEnabled()
      Information provided by the PKI file:
      
          \brief Check if DHCP Client is enabled
          
          \param bool, return true if enabled and false if not
          
              
      Specified by:
      isDhcpClientEnabled in interface DHCPv6ClientProcess
      Returns:
      boolean Returns a boolean